home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m19.dir / 00077.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  627 b   |  22 lines

  1. on mouseDown
  2.   set the castNum of sprite 8 to cast "saveprint"
  3.   if pressLessonButton(8) then
  4.     sound stop 2
  5.     pupSprites(25, 29, 1)
  6.     repeat with x = 25 to 29
  7.       set the moveableSprite of sprite x to 1
  8.     end repeat
  9.     set the locH of sprite 25 to -2
  10.     set the locV of sprite 25 to -12
  11.     set the locH of sprite 26 to 382
  12.     set the locV of sprite 26 to 250
  13.     set the locH of sprite 27 to 339
  14.     set the locV of sprite 27 to 230
  15.     set the locH of sprite 28 to 426
  16.     set the locV of sprite 28 to 230
  17.     set the locH of sprite 29 to 382
  18.     set the locV of sprite 29 to 277
  19.     updateStage()
  20.   end if
  21. end
  22.